.banner-swiper-slide {
	width: 100%;
	/*height: calc(100vw*9/16) !important;*/
}

.my-container-fluid {
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
}

/* 简介 */
.profile_en {
	/* margin-top: 3.4375rem;
	width: auto;
	height: auto;
	color: #e9e9e9;
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
	line-height: 4rem;
	letter-spacing: 0.1875rem; */
	
	margin-top: 3.4375rem;
	width: auto;
	height: auto;
	color: #e9e9e9;
	font-size: 4rem;
	font-weight: bold;
	text-align: center;
	line-height: 6.5rem;
	font-weight: bolder;
}

.profile_zh {
	/* margin-bottom: 15px;
	width: auto;
	height: auto;
	color: #242424;
	font-size: 2.25rem;
	line-height: 0.625rem; */
	
	margin-bottom: 15px;
	width: auto;
	height: auto;
	color: #242424;
	font-size: 2.0rem;
	line-height: 0.625rem;
}

.profile_t_zh {
	color: black;
	font-size: 1.625rem;
	font-weight: bold;
	letter-spacing: 0.1875rem;
}

.profile_t_en {
	color: #e9e9e9;
	font-size: 1.4375rem;
	font-weight: bold;
}

.profile_text>p {
	font-size: 1.25rem;
	/* margin-bottom: 0.3125rem; */
}

.profile_img{
	width: auto;
}

/* 左右轮播 */
.product-swiper-wrapper .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

/*.product-mySwiper{*/
/*	padding-left: 0.625rem;*/
/*	padding-right: 0.625rem;*/
/*}*/

/* news */
.news_one {
	width: 27rem;
	margin: 0 auto;
}

.news_list .news_link {

	/*1. 超出的部分隐藏 */
	overflow: hidden;

	/*2. 文字用省略号替代超出的部分 */
	text-overflow: ellipsis;

	/* 3. 弹性伸缩盒子模型显示 */
	display: -webkit-box;

	/* 4. 限制在一个块元素显示的文本的行数 */
	-webkit-line-clamp: 2;

	/* 5. 设置或检索伸缩盒对象的子元素的排列方式 */
	-webkit-box-orient: vertical;
}

/* 小屏幕 */
@media screen and (max-width: 991px) {
	.news_one_text {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
}

/* 大屏幕 */
@media screen and (min-width: 992px) {
	.news_one_div {
		position: relative;
		/*white-space: nowrap;*/
		/*overflow: hidden;*/
		/*text-overflow: ellipsis;*/
		word-break:break-all;
	}

	.news_one_text {
		width: 100%;
		position: absolute;
		bottom: 1rem;
		/*white-space: nowrap;*/
		/*overflow: hidden;*/
		/*text-overflow: ellipsis;*/
		word-break:break-all;
		margin-right: 20px;
	}
}

.news_link {
	color: black;
	text-decoration: none;
}

.news_link:hover {
	color: blue;
	cursor: pointer;
	text-decoration: none;
}
